siod - definition. What is siod
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

SOFTWARE
Scheme In One Defun; Scheme In One Day

siod         
<language> (Scheme In One Defun or Scheme In One Day) A small Scheme implementation in C by George Carrette <gjc@world.std.com>, <gjc@mitech.com>. SIOD is arranged as a set of subroutines that can be called from any main program for the purpose of introducing an interpreted extension language. It compiles to 20 kbytes of executable (VAX/VMS). Lisp calls C and C calls Lisp transparently. SIOD supports symbols, strings, arrays, hash coding, file i/o (binary, text, seek), data save/restore in binary and text, interface to commercial databases such Oracle and Digital RDB. Version 3.0 runs on VAX/VMS,Unix, Sun-3, Sun-4, Amiga, Macintosh, MIPS, Cray, ALPHA/VMS, {Windows NT} and OS/2. It can be compiled by most ANSI C compilers and C++ compilers, e.g. gcc -Wall. ftp://world.std.com/pub/gjc/, ftp://world.std.com/src/lisp/. Usenet newsgroup: news:comp.lang.scheme. (1994-02-18)

ويكيبيديا

SIOD

Scheme In One Defun, or humorously Scheme In One Day (SIOD) is a programming language, a dialect of the language Lisp, a small-size implementation of the dialect Scheme, written in C and designed to be embedded inside C programs. It is notable for being perhaps the smallest practical implementation of a Lisp-like language. It was written by George J. Carrette originally. It is free and open-source software released under a GNU Lesser General Public License (LGPL).